Variables

Range: 0x1000001C to 0x1000002C. More...

Variables

int MV_ALG_E_CPUID = 0x1000001C
 CPU does not support the instruction set of optimized code. More...
 
int MV_ALG_WARNING = 0x1000001D
 Warnings. More...
 
int MV_ALG_E_TIME_OUT = 0x1000001E
 Algorithm library timed out. More...
 
int MV_ALG_E_LIB_VERSION = 0x1000001F
 Incorrect algorithm version. More...
 
int MV_ALG_E_MODEL_VERSION = 0x10000020
 Incorrect model version. More...
 
int MV_ALG_E_GPU_MEM_ALLOC = 0x10000021
 Error occurred when allocating GPU memory. More...
 
int MV_ALG_E_FILE_NON_EXIST = 0x10000022
 File does not exist. More...
 
int MV_ALG_E_NONE_STRING = 0x10000023
 String is required. More...
 
int MV_ALG_E_IMAGE_CODEC = 0x10000024
 Image decoder error. More...
 
int MV_ALG_E_FILE_OPEN = 0x10000025
 Error occurred when opening the file. More...
 
int MV_ALG_E_FILE_READ = 0x10000026
 Error occurred when reading the file. More...
 
int MV_ALG_E_FILE_WRITE = 0x10000027
 Error occurred when writing to the file. More...
 
int MV_ALG_E_FILE_READ_SIZE = 0x10000028
 Incorrect file size. More...
 
int MV_ALG_E_FILE_TYPE = 0x10000029
 Incorrect file type. More...
 
int MV_ALG_E_MODEL_TYPE = 0x1000002A
 Incorrect model type. More...
 
int MV_ALG_E_MALLOC_MEM = 0x1000002B
 Error occurred when allocating memory. More...
 
int MV_ALG_E_BIND_CORE_FAILED = 0x1000002C
 Linking threads to a core failed. More...
 

Detailed Description

Range: 0x1000001C to 0x1000002C.

Variable Documentation

◆ MV_ALG_E_CPUID

int MV_ALG_E_CPUID = 0x1000001C

CPU does not support the instruction set of optimized code.

◆ MV_ALG_WARNING

int MV_ALG_WARNING = 0x1000001D

Warnings.

◆ MV_ALG_E_TIME_OUT

int MV_ALG_E_TIME_OUT = 0x1000001E

Algorithm library timed out.

◆ MV_ALG_E_LIB_VERSION

int MV_ALG_E_LIB_VERSION = 0x1000001F

Incorrect algorithm version.

◆ MV_ALG_E_MODEL_VERSION

int MV_ALG_E_MODEL_VERSION = 0x10000020

Incorrect model version.

◆ MV_ALG_E_GPU_MEM_ALLOC

int MV_ALG_E_GPU_MEM_ALLOC = 0x10000021

Error occurred when allocating GPU memory.

◆ MV_ALG_E_FILE_NON_EXIST

int MV_ALG_E_FILE_NON_EXIST = 0x10000022

File does not exist.

◆ MV_ALG_E_NONE_STRING

int MV_ALG_E_NONE_STRING = 0x10000023

String is required.

◆ MV_ALG_E_IMAGE_CODEC

int MV_ALG_E_IMAGE_CODEC = 0x10000024

Image decoder error.

◆ MV_ALG_E_FILE_OPEN

int MV_ALG_E_FILE_OPEN = 0x10000025

Error occurred when opening the file.

◆ MV_ALG_E_FILE_READ

int MV_ALG_E_FILE_READ = 0x10000026

Error occurred when reading the file.

◆ MV_ALG_E_FILE_WRITE

int MV_ALG_E_FILE_WRITE = 0x10000027

Error occurred when writing to the file.

◆ MV_ALG_E_FILE_READ_SIZE

int MV_ALG_E_FILE_READ_SIZE = 0x10000028

Incorrect file size.

◆ MV_ALG_E_FILE_TYPE

int MV_ALG_E_FILE_TYPE = 0x10000029

Incorrect file type.

◆ MV_ALG_E_MODEL_TYPE

int MV_ALG_E_MODEL_TYPE = 0x1000002A

Incorrect model type.

◆ MV_ALG_E_MALLOC_MEM

int MV_ALG_E_MALLOC_MEM = 0x1000002B

Error occurred when allocating memory.

◆ MV_ALG_E_BIND_CORE_FAILED

int MV_ALG_E_BIND_CORE_FAILED = 0x1000002C

Linking threads to a core failed.